home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / cclib / con / syserr.c < prev   
Text File  |  1995-11-16  |  212b  |  14 lines

  1. char *sys_errlist[] =
  2. {
  3. "No Error",
  4. "File Not Found",
  5. "Bad File Handle",
  6. "Not Enough Memory",
  7. "File Exists",
  8. "Invalid Function Number",
  9. "Too Many Files Opened",
  10. "Not A Console Device",
  11. "Invalid Access Code",
  12. };
  13.  
  14.